home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-2.iso / extra / helpful.zip / bootprom < prev    next >
Text File  |  1995-08-21  |  45KB  |  1,271 lines

  1.   Linux BootPrompt-Howto
  2.   Paul Gortmaker, Editor.
  3.   v1.01, 18 August 1995
  4.  
  5.   This is the BootPrompt-Howto, which is a compilation of all the possi-
  6.   ble boot time arguments that can be passed to the Linux kernel at boot
  7.   time. This includes all kernel and device parameters.  An overview of
  8.   some of the popular software used to boot Linux kernels is included.
  9.  
  10.   1.  Introduction
  11.  
  12.  
  13.   The kernel has a limited capability to accept information at boot in
  14.   the form of a `command line', similar to an argument list you would
  15.   give to a program. In general this is used to supply the kernel with
  16.   information about hardware parameters that the kernel would not be
  17.   able to determine on its own, or to avoid/override the values that the
  18.   kernel would otherwise detect.
  19.  
  20.   However, if you just copy a kernel image directly to a floppy, (e.g.
  21.   cp zImage /dev/fd0) then you are not given a chance to specify any
  22.   arguments to that kernel. So most Linux users will use software like
  23.   LILO or loadlin that takes care of handing these arguments to the
  24.   kernel, and then booting it.
  25.  
  26.   This present revision covers distribution kernels up to and including
  27.   v1.2.13. Information pertaining to development kernels up to version
  28.   1.3.18 is also documented.
  29.  
  30.   The BootPrompt-Howto is edited and maintained by:
  31.  
  32.        Paul Gortmaker, Paul.Gortmaker@anu.edu.au
  33.  
  34.  
  35.  
  36.  
  37.   1.1.  Disclaimer and Copyright
  38.  
  39.  
  40.   This document is not gospel. However, it is probably the most up to
  41.   date info that you will be able to find. Nobody is responsible for
  42.   what happens to your hardware but yourself. If your hardware goes up
  43.   in smoke (...nearly impossible!)  I take no responsibility. ie. THE
  44.   AUTHOR IS NOT RESPONSIBLE FOR ANY DAMAGES INCURRED DUE TO ACTIONS
  45.   TAKEN BASED ON THE INFORMATION INCLUDED IN THIS DOCUMENT.
  46.  
  47.   This document is Copyright (c) 1995 by Paul Gortmaker. Permission is
  48.   granted to make and distribute verbatim copies of this manual provided
  49.   the copyright notice and this permission notice are preserved on all
  50.   copies.
  51.  
  52.   Permission is granted to copy and distribute modified versions of this
  53.   document under the conditions for verbatim copying, provided that this
  54.   copyright notice is included exactly as in the original, and that the
  55.   entire resulting derived work is distributed under the terms of a
  56.   permission notice identical to this one.
  57.  
  58.   Permission is granted to copy and distribute translations of this
  59.   document into another language, under the above conditions for
  60.   modified versions.
  61.  
  62.   If you are intending to incorporate this document into a published
  63.   work, please contact me, and I will make an effort to ensure that you
  64.   have the most up to date information available. In the past, out of
  65.   date versions of the Linux howto documents have been published, which
  66.   caused the developers undue grief from being plagued with questions
  67.   that were already answered in the up to date versions.
  68.  
  69.  
  70.   1.2.  Related Documentation
  71.  
  72.  
  73.   The most up-to-date documentation will always be the kernel source
  74.   itself. Hold on! Don't get scared. You don't need to know any
  75.   programming to read the comments in the source files.  For example, if
  76.   you were looking for what arguments could be passed to the AHA1542
  77.   SCSI driver, then you would go to the linux/drivers/scsi directory,
  78.   and look at the file aha1542.c -- and within the first 100 lines, you
  79.   would find a plain english description of the boot time arguments that
  80.   the 1542 driver accepts.
  81.  
  82.   If you have figured out what boot-args you intend to use, and now want
  83.   to know how to get that information to the kernel, then look at the
  84.   documentation that comes with the software that you use to boot the
  85.   kernel (e.g. LILO or loadlin).
  86.  
  87.  
  88.   1.3.  The Linux Newsgroups
  89.  
  90.  
  91.   If you have questions about passing boot arguments to the kernel,
  92.   please READ this document first. If this and the related documentation
  93.   mentioned above does not answer your question(s) then you can try the
  94.   Linux newsgroups.
  95.  
  96.   General questions on how to configure your system should be directed
  97.   to comp.os.linux.setup.  We ask that you please respect this general
  98.   guideline for content, and don't cross-post your request to other
  99.   groups.
  100.  
  101.  
  102.   1.4.  New Versions of this Document
  103.  
  104.  
  105.   New versions of this document can be retrieved via anonymous FTP from
  106.   sunsite.unc.edu, in /pub/Linux/docs/HOWTO/* and various Linux ftp
  107.   mirror sites. Updates will be made as new information / drivers
  108.   becomes available. If this copy that you are reading is more than 3
  109.   months old, it is either out of date, or it means that I have been
  110.   lazy and haven't updated it.  This document was produced by using the
  111.   SGML system that was specifically set up for the Linux Howto project,
  112.   and there are various output formats available, including, postscript,
  113.   dvi, ascii, html, and soon TeXinfo.
  114.  
  115.   I would recommend viewing it in the html (via a WWW browser) or the
  116.   Postscript/dvi format. Both of these contain cross-references that are
  117.   lost in the ascii translation.
  118.  
  119.   If you want to get the official copy off sunsite, here is URL.
  120.  
  121.   BootPrompt-HOWTO <http://sunsite.unc.edu/mdw/HOWTO/BootPrompt-
  122.   HOWTO.html>
  123.  
  124.   If minor additions and changes have been made, you can view the latest
  125.   working copy from this URL.
  126.  
  127.   Working Copy <http://rsphy1.anu.edu.au/~gpg109/BootPrompt-HOWTO.html>
  128.  
  129.  
  130.  
  131.  
  132.  
  133.   2.  Overview of Boot Prompt Arguments
  134.  
  135.  
  136.   This section gives some examples of software that can be used to pass
  137.   kernel boot-time arguments to the kernel itself.  It also gives you an
  138.   idea of how the arguments are processed, what limitations there are on
  139.   the boot args, and how they filter down to each appropriate device
  140.   that they are intended for.
  141.  
  142.  
  143.   2.1.  LILO (LInux LOader)
  144.  
  145.  
  146.   The LILO program (LInux LOader) written by Werner Almesberger is the
  147.   most commonly used. It has the ability to boot various kernels, and
  148.   stores the configuration information in a plain text file. Most
  149.   distributions ship with LILO as the default boot-loader. LILO can boot
  150.   DOS, OS/2 Linux, FreeBSD, etc. without any difficulties, and is quite
  151.   flexible.
  152.  
  153.   LILO ships with excellent documentation, and for the purposes of boot
  154.   args discussed here, the LILO append= command is of significant
  155.   importance.
  156.  
  157.  
  158.   2.2.  LoadLin
  159.  
  160.  
  161.   The other commonly used Linux loader is `LoadLin' which is a DOS
  162.   program that has the capability to launch a Linux kernel from the DOS
  163.   prompt (with boot-args) assuming that certain resources are available.
  164.   This is good for people that use DOS and want to launch into Linux
  165.   from DOS.
  166.  
  167.   It is also very useful if you have certain hardware which relies on
  168.   the supplied DOS driver to put the hardware into a known state. A
  169.   common example is `SoundBlaster Compatible' sound cards that require
  170.   the DOS driver to twiddle a few mystical registers to put the card
  171.   into a SB compatible mode. Booting DOS with the supplied driver, and
  172.   then loading Linux from the DOS prompt with loadlin avoids the reset
  173.   of the card that happens if one rebooted instead. Thus the card is
  174.   left in a Sb compatible mode and hence is useable under Linux.
  175.  
  176.   There are also other programs that can be used to boot Linux.  For a
  177.   complete list, please look at the programs available on your local
  178.   Linux ftp mirror, under system/Linux-boot/.
  179.  
  180.  
  181.   2.3.  The ``rdev'' utility
  182.  
  183.  
  184.   There are a few of the kernel boot parameters that have their default
  185.   values stored in various bytes in the kernel image itself.  There is a
  186.   utility called rdev that is installed on most systems that knows where
  187.   these values are, and how to change them.  It can also change things
  188.   that have no kernel boot argument equivalent, such as the default
  189.   video mode used.
  190.  
  191.   The rdev utility is usually also aliased to swapdev, ramsize, vidmode
  192.   and rootflags. These are the five things that rdev can change, those
  193.   being the root device, the swap device, the RAM disk size, the default
  194.   video mode, and the readonly/readwrite setting of root device.
  195.  
  196.   More information on rdev can be found by typing rdev -h or by reading
  197.   the supplied man page.
  198.  
  199.   2.4.  How the Kernel Sorts the Arguments
  200.  
  201.  
  202.   Most of the boot args take the form of:
  203.  
  204.   ______________________________________________________________________
  205.           name[=value_1][,value_2]...[,value_11]
  206.   ______________________________________________________________________
  207.  
  208.  
  209.  
  210.   where `name' is a unique keyword that is used to identify what part of
  211.   the kernel the associated values (if any) are to be given to. Multiple
  212.   boot args are just a space separated list of the above format. Note
  213.   the limit of 11 is real, as the present code only handles 11 comma
  214.   separated parameters per keyword. (However, you can re-use the same
  215.   keyword with up to an additional 11 parameters in unusually
  216.   complicated situations, assuming the setup function supports it.)
  217.  
  218.   Most of the sorting goes on in linux/init/main.c.  First, the kernel
  219.   ckecks to see if the argument is any of the special arguments `root=',
  220.   `ro', `rw', or `debug'.  The meaning of these special arguments is
  221.   described further on in the document.
  222.  
  223.   Then it walks a list of setup functions (contained in the bootsetups
  224.   array) to see if the specified argument string (such as `foo') has
  225.   been associated with a setup function (`foo_setup()') for a particular
  226.   device or part of the kernel. If you passed the kernel the line
  227.   foo=3,4,5,6 then the kernel would search the bootsetups array to see
  228.   if `foo' was registered. If it was, then it would call the setup
  229.   function associated with `foo' (foo_setup()) and hand it the arguments
  230.   3, 4, 5 and 6 as given on the kernel command line.
  231.  
  232.  
  233.   2.5.  Setting Environment Variables.
  234.  
  235.  
  236.   Anything of the form `foo=bar' that is not accepted as a setup funtion
  237.   as described above is then interpreted as an environment variable to
  238.   be set. A (useless?) example would be to use `TERM=vt100' as a boot
  239.   argument.
  240.  
  241.  
  242.   2.6.  Passing Arguments to `init'
  243.  
  244.  
  245.   Any remaining arguments that were not picked up by the kernel and were
  246.   not interpreted as environment variables are then passed onto process
  247.   one, which is usually the init program. The most common argument that
  248.   is passed to the init process is the word single which instructs init
  249.   to boot the computer in single user mode, and not launch all the usual
  250.   daemons. Check the manual page for the version of init installed on
  251.   your system to see what arguments it accepts.
  252.  
  253.  
  254.   3.  General Non-Device Specific Boot Args
  255.  
  256.  
  257.   These are the boot arguments that are not related to any specific
  258.   device or peripheral. They are instead related to certain internal
  259.   kernel parameters.
  260.  
  261.  
  262.  
  263.  
  264.  
  265.   3.1.  The `no387' Argument
  266.  
  267.  
  268.   Some i387 coprocessor chips have bugs that show up when used in 32 bit
  269.   protected mode. For example, some of the early ULSI-387 chips would
  270.   cause solid lockups while performing floating point calculations.
  271.   Using the `no387' boot arg causes Linux to ignore the maths
  272.   coprocessor even if you have one. Of course you must then have your
  273.   kernel compiled with math emulation support!
  274.  
  275.  
  276.   3.2.  The `no-hlt' Argument
  277.  
  278.  
  279.   The i386 (and sucessors thereof) family of CPUs have a `hlt'
  280.   instruction which tells the CPU that nothing is going to happen until
  281.   an external device (keyboard, modem, disk, etc.) calls upon the CPU to
  282.   do a task. This allows the CPU to enter a `low-power' mode where it
  283.   sits like a zombie until an external device wakes it up (usually via
  284.   an interrupt).  Some of the early i486DX-100 chips had a problem  with
  285.   the `hlt' instruction, in that they couldn't reliably return to
  286.   operating mode after this instruction was used. Using the `no-hlt'
  287.   instruction tells Linux to just run an infinite loop when there is
  288.   nothing else to do, and to not halt your CPU when there is no
  289.   activity. This allows people with these broken chips to use Linux,
  290.   although they would be well advised to seek a replacement through a
  291.   warranty where possible.
  292.  
  293.  
  294.   3.3.  The `root=' Argument
  295.  
  296.  
  297.   This argument tells the kernel what device is to be used as the root
  298.   filesystem while booting. The default of this setting is the value of
  299.   the root device of the system that the kernel was built on.  For
  300.   example, if the kernel in question was built on a system that used
  301.   `/dev/hda1' as the root partition, then the default root device would
  302.   be `/dev/hda1'.  To override this default value, and select the second
  303.   floppy drive as the root device, one would use `root=/dev/fd1'.
  304.  
  305.   Valid root devices are partitions on any of the following disk
  306.   devices:
  307.  
  308.   (1) /dev/hdaN to /dev/hddN, which is partition N on ST-506 compatible
  309.   disk `a to d'.
  310.  
  311.   (2) /dev/sdaN to /dev/sdeN, which is partition N on SCSI compatible
  312.   disk `a to e'.
  313.  
  314.   (3) /dev/xdaN to /dev/xdbN, which is partition N on XT compatible disk
  315.   `a to b'.
  316.  
  317.   (4) /dev/fdN, which is floppy disk drive number N. Having N=0 would be
  318.   the DOS `A:' drive, and N=1 would be `B:'.
  319.  
  320.   The more awkward and less portable numeric specification of the above
  321.   possible root devices in major/minor format is also accepted. (e.g.
  322.   /dev/sda3 is major 8, minor 3, so you could use root=0x803 as an
  323.   alternative.)
  324.  
  325.   This is one of the few kernel boot arguments that has its default
  326.   stored in the kernel image, and which can thus be altered with the
  327.   rdev utility.
  328.  
  329.  
  330.  
  331.   3.4.  The `ro' Argument
  332.  
  333.  
  334.   When the kernel boots, it needs a root filesystem to read basic things
  335.   off of. This is the root filesystem that is mounted at boot. However,
  336.   if the root filesystem is mounted with write access, you can not
  337.   reliably check the filesystem integrity with half-written files in
  338.   progress. The `ro' option tells the kernel to mount the root
  339.   filesystem as `readonly' so that any filesystem consistency check
  340.   programs (fsck) can safely assume that there are no half-written files
  341.   in progress while performing the check. No programs or processes can
  342.   write to files on the filesystem in question until it is `remounted'
  343.   as read/write capable.
  344.  
  345.   This is one of the few kernel boot arguments that has its default
  346.   stored in the kernel image, and which can thus be altered with the
  347.   rdev utility.
  348.  
  349.  
  350.   3.5.  The `rw' Argument
  351.  
  352.  
  353.   This is the exact opposite of the above, in that it tells the kernel
  354.   to mount the root filesytem as read/write. The default is to mount the
  355.   root filesystem as read/write anyways. Do not run any `fsck' type
  356.   programs on a filesystem that is mounted read/write.
  357.  
  358.   The same value stored in the image file mentioned above is also used
  359.   for this parameter, accesible via rdev.
  360.  
  361.  
  362.   3.6.  The `debug' Argument
  363.  
  364.  
  365.   The kernel communicates important (and not-so important) messages to
  366.   the operator via the printk() function.  If the message is considered
  367.   important, the printk() function will put a copy on the present
  368.   console as well as handing it off to the klogd() facility so that it
  369.   gets logged to disk. The reason for printing important messages to the
  370.   console as well as logging them to disk is because under unfortunate
  371.   circumstances (e.g. a disk failure) the message won't make it to disk
  372.   and will be lost.
  373.  
  374.   The threshold for what is and what isn't considered important is set
  375.   by the console_loglevel variable. The default is to log anything more
  376.   important than DEBUG (level 7) to the console. (These levels are
  377.   defined in the include file kernel.h) Specifying debug as a boot
  378.   argument will set the console loglevel to 10, so that all kernel
  379.   messages appear on the console.
  380.  
  381.   The console loglevel can usually also be set at run time via an option
  382.   to the klogd() program. Check the man page for the version installed
  383.   on your system to see how to do this.
  384.  
  385.  
  386.   3.7.  The `reserve=' Argument
  387.  
  388.  
  389.   This is used to protect I/O port regions from probes.  The form of the
  390.   command is:
  391.  
  392.  
  393.        reserve=iobase,extent[,iobase,extent]...
  394.  
  395.  
  396.  
  397.   In some machines it may be necessary to prevent device drivers from
  398.   checking for devices (auto-probing) in a specific region. This may be
  399.   because of poorly designed hardware that causes the boot to freeze
  400.   (such as some ethercards), hardware that is mistakenly identified,
  401.   hardware whose state is changed by an earlier probe, or merely
  402.   hardware you don't want the kernel to initialize.
  403.  
  404.   The reserve boot-time argument addresses this problem by specifying an
  405.   I/O port region that shouldn't be probed. That region is reserved in
  406.   the kernel's port registration table as if a device has already been
  407.   found in that region. Note that this mechanism shouldn't be necessary
  408.   on most machines. Only when there is a problem or special case would
  409.   it be necessary to use this.
  410.  
  411.   The I/O ports in the specified region are protected against device
  412.   probes. This was put in to be used when some driver was hanging on a
  413.   NE2000, or misidentifying some other device as its own.  A correct
  414.   device driver shouldn't probe a reserved region, unless another boot
  415.   argument explicitly specifies that it do so.  This implies that
  416.   reserve will most often be used with some other boot argument. Hence
  417.   if you specify a reserve region to protect a specific device, you must
  418.   generally specify an explicit probe for that device. Most drivers
  419.   ignore the port registration table if they are given an explicit
  420.   address.
  421.  
  422.   For example, the boot line
  423.  
  424.  
  425.   ______________________________________________________________________
  426.           reserve=0x300,32  blah=0x300
  427.   ______________________________________________________________________
  428.  
  429.  
  430.  
  431.   keeps all device drivers except the driver for `blah' from probing
  432.   0x300-0x31f.
  433.  
  434.   As usual with boot-time specifiers there is an 11 parameter limit,
  435.   thus you can only specify 5 reserved regions per reserve keyword.
  436.   Multiple reserve specifiers will work if you have an unusually
  437.   complicated request.
  438.  
  439.  
  440.   3.8.  The `ramdisk=' Argument
  441.  
  442.  
  443.   This specifies the size in kB of the optional RAM disk device.  For
  444.   example, if one wished to have a root filesystem on a 1.44MB floppy
  445.   loaded into the RAM disk device, they would use:
  446.  
  447.  
  448.   ______________________________________________________________________
  449.           ramdisk=1440
  450.   ______________________________________________________________________
  451.  
  452.  
  453.  
  454.   This is one of the few kernel boot arguments that has its default
  455.   stored in the kernel image, and which can thus be altered with the
  456.   rdev utility.
  457.  
  458.  
  459.   3.9.  The `mem=' Argument
  460.  
  461.  
  462.  
  463.   The original BIOS call defined in the PC specification  that returns
  464.   the amount of installed memory was only designed to be able to report
  465.   up to 64MB. (Yes, another lack of foresight, just like the 1024
  466.   cylinder disks... sigh.) Linux uses this BIOS call at boot to
  467.   determine how much memory is installed.  If you have more than 64MB of
  468.   RAM installed, you can use this boot arg to tell Linux how much memory
  469.   you have.  Here is a quote from Linus on usage of the `mem='
  470.   parameter.
  471.  
  472.   ``The kernel will accept any `mem=xx' parameter you give it, and if it
  473.   turns out that you lied to it, it will crash horribly sooner or later.
  474.   The parameter indicates the highest addressable RAM address, so
  475.   `mem=0x1000000' means you have 16MB of memory, for example.  For a
  476.   96MB machine this would be `mem=0x6000000'.
  477.  
  478.   NOTE NOTE NOTE: some machines might use the top of memory for BIOS
  479.   cacheing or whatever, so you might not actually have up to the full
  480.   96MB addressable.  The reverse is also true: some chipsets will map
  481.   the physical memory that is covered by the BIOS area into the area
  482.   just past the top of memory, so the top-of-mem might actually be 96MB
  483.   + 384kB for example.  If you tell linux that it has more memory than
  484.   it actually does have, bad things will happen: maybe not at once, but
  485.   surely eventually.''
  486.  
  487.   Note that the argument does not have to be in hex, and the suffixes
  488.   `k' and `M' (case insensitive) can be used to specify kilobytes and
  489.   Megabytes, respectively. (A `k' will cause a 10 bit shift on your
  490.   value, and a `M' will cause a 20 bit shift.)  The above warning still
  491.   holds, in that a 96MB machine may work with mem=97920k but fail with
  492.   either mem=98304k or mem=96M.
  493.  
  494.  
  495.   4.  Boot Arguments for SCSI Peripherals.
  496.  
  497.  
  498.   This section contains the descriptions of the boot args that are used
  499.   for passing information about the installed SCSI host adapters, and
  500.   SCSI devices.
  501.  
  502.   General notation for this section:
  503.  
  504.   iobase -- the first I/O port that the SCSI host occupies.  These are
  505.   specified in hexidecimal notation, and usually lie in the range from
  506.   0x200 to 0x3ff.
  507.  
  508.   irq -- the hardware interrupt that the card is configured to use.
  509.   Valid values will be dependant on the card in question, but will
  510.   usually be 5, 7, 9, 10, 11, 12, and 15. The other values are usually
  511.   used for common preipherals like IDE hard disks, floppies, serial
  512.   ports, etc.
  513.  
  514.   scsi-id -- the ID that the host adapter uses to identify itself on the
  515.   SCSI bus. Only some host adapters allow you to change this value, as
  516.   most have it permanently specified internally. The usual default value
  517.   is seven, but the Seagate and Future Domain TMC-950 boards use six.
  518.  
  519.   parity -- whether the SCSI host adapter expects the attached devices
  520.   to supply a parity value with all information exchanges.  Specifying a
  521.   one indicates parity checking is enabled, and a zero disables parity
  522.   checking. Again, not all adapters will support selection of parity
  523.   behaviour as a boot argument.
  524.  
  525.  
  526.  
  527.  
  528.  
  529.   4.1.  Maximum Probed LUNs (`max_scsi_luns=')
  530.  
  531.  
  532.   Each SCSI device can have a number of `sub-devices' contained within
  533.   itself. The most common example is one of the new SCSI CD-ROMs that
  534.   handle more than one disk at a time.  Each CD is addressed as a
  535.   `Logical Unit Number' (LUN) of that particular device. But most
  536.   devices, such as hard disks, tape drives and such are only one device,
  537.   and will be assigned to LUN zero.
  538.  
  539.   The problem arises with single LUN devices with bad firmware.  Some
  540.   poorly designed SCSI devices (old and unfortunately new) can not
  541.   handle being probed for LUNs not equal to zero. They will respond by
  542.   locking up, and possibly taking the whole SCSI bus down with them.
  543.  
  544.   Newer kernels have the configuration option that allows you to set the
  545.   maximum number of probed LUNs. The default is to only probe LUN zero,
  546.   to avoid the problem described above.
  547.  
  548.   To specify the number of probed LUNs at boot, one enters
  549.   `max_scsi_luns=n' as a boot arg, where n is a number between one and
  550.   eight. To avoid problems as described above, one would use n=1 to
  551.   avoid upsetting such broken devices
  552.  
  553.  
  554.   4.2.  Parameters for SCSI Tape drives (`st=')
  555.  
  556.   Some boot time configuration of the SCSI tape driver can be achieved
  557.   by using the following:
  558.  
  559.  
  560.   ______________________________________________________________________
  561.           st=buf_size[,write_threshold[,max_bufs]]
  562.   ______________________________________________________________________
  563.  
  564.  
  565.  
  566.   The fisrt two numbers are specified in units of kB.  The default
  567.   buf_size is 32kB, and the maximum size that can be specified is a
  568.   ridiculous 16384kB.  The write_threshold is the value at which the
  569.   buffer is committed to tape, with a default value of 30kB.  The
  570.   maximum number of buffers varies with the number of drives detected,
  571.   and has a default of two. An example usage would be:
  572.  
  573.  
  574.   ______________________________________________________________________
  575.           st=32,30,2
  576.   ______________________________________________________________________
  577.  
  578.  
  579.  
  580.   Full details can be found in the README.st file that is in the scsi
  581.   directory of the kernel source tree.
  582.  
  583.  
  584.   4.3.  Adaptec aha151x, aha152x, aic6260, aic6360, SB16-SCSI
  585.   (`aha152x=')
  586.  
  587.  
  588.   The aha numbers refer to cards and the aic numbers refer to the actual
  589.   SCSI chip on these type of cards, including the Soundblaster-16 SCSI.
  590.  
  591.   The probe code for these SCSI hosts looks for an installed BIOS, and
  592.   if none is present, the probe will not find your card. Then you will
  593.   have to use a boot arg of the form:
  594.  
  595.   ______________________________________________________________________
  596.            aha152x=iobase[,irq[,scsi-id[,reconnect[,parity]]]]
  597.   ______________________________________________________________________
  598.  
  599.  
  600.  
  601.   Note that if the driver was compiled with debugging enabled, a sixth
  602.   value can be specified to set the debug level.
  603.  
  604.   All the parameters are as described at the top of this section, and
  605.   the reconnect value will allow device disconnect/reconnect if a non-
  606.   zero value is used. An example usage is as follows:
  607.  
  608.  
  609.   ______________________________________________________________________
  610.           aha152x=0x340,11,7,1
  611.   ______________________________________________________________________
  612.  
  613.  
  614.  
  615.   Note that the parameters must be specified in order, meaning that if
  616.   you want to specify a parity setting, then you will have to specify an
  617.   iobase, irq, scsi-id and reconnect value as well.
  618.  
  619.  
  620.   4.4.  Adaptec aha154x (`aha1542=')
  621.  
  622.  
  623.   These are the aha154x series cards. The aha1542 series cards have an
  624.   i82077 floppy controller onboard, while the aha1540 series cards do
  625.   not. These are busmastering cards, and have parameters to set the
  626.   ``fairness'' that is used to share the bus with other devices. The
  627.   boot arg looks like the following.
  628.  
  629.  
  630.   ______________________________________________________________________
  631.           aha1542=iobase[,buson,busoff[,dmaspeed]]
  632.   ______________________________________________________________________
  633.  
  634.  
  635.  
  636.   Valid iobase values are usually one of: 0x130, 0x134, 0x230, 0x234,
  637.   0x330, 0x334.  Clone cards may permit other values.
  638.  
  639.   The buson, busoff values refer to the number of microseconds that the
  640.   card dominates the ISA bus. The defaults are 11us on, and 4us off, so
  641.   that other cards (such as an ISA LANCE Ethernet card) have a chance to
  642.   get access to the ISA bus.
  643.  
  644.   The dmaspeed value refers to the rate (in MB/s) at which the DMA
  645.   (Direct Memory Access) transfers proceed at. The default is 5MB/s.
  646.   Newer revision cards allow you to select this value as part of the
  647.   soft-configuration, older cards use jumpers. You can use values up to
  648.   10MB/s assuming that your motherboard is capable of handling it.
  649.   Experiment with caution if using values over 5MB/s.
  650.  
  651.  
  652.   4.5.  Adaptec aha274x, aha284x, aic7xxx (`aic7xxx=')
  653.  
  654.  
  655.   These boards can accept an argument of the form:
  656.  
  657.  
  658.  
  659.  
  660.  
  661.   ______________________________________________________________________
  662.           aic7xxx=extended,no_reset
  663.   ______________________________________________________________________
  664.  
  665.  
  666.  
  667.   The extended value, if non-zero, indicates that extended translation
  668.   for large disks is enabled. The no_reset value, if non-zero, tells the
  669.   driver not to reset the SCSI bus when setting up the host adaptor at
  670.   boot.
  671.  
  672.  
  673.   4.6.  BusLogic SCSI Hosts (`buslogic=')
  674.  
  675.  
  676.   At present, the buslogic driver accepts only one parameter, that being
  677.   the I/O base. It expects that to be one of the following valid values:
  678.   0x130, 0x134, 0x230, 0x234, 0x330, 0x334.
  679.  
  680.  
  681.   4.7.  Future Domain TMC-8xx, TMC-950 (`tmc8xx=')
  682.  
  683.  
  684.   The probe code for these SCSI hosts looks for an installed BIOS, and
  685.   if none is present, the probe will not find your card. Or, if the
  686.   signature string of your BIOS is not recognised then it will also not
  687.   be found. In either case, you will then have to use a boot arg of the
  688.   form:
  689.  
  690.  
  691.   ______________________________________________________________________
  692.           tmc8xx=mem_base,irq
  693.   ______________________________________________________________________
  694.  
  695.  
  696.  
  697.   The mem_base value is the value of the memory mapped I/O region that
  698.   the card uses. This will usually be one of the following values:
  699.   0xc8000, 0xca000, 0xcc000, 0xce000, 0xdc000, 0xde000.
  700.  
  701.  
  702.   4.8.  Pro Audio Spectrum (`pas16=')
  703.  
  704.  
  705.   The PAS16 uses a NC5380 SCSI chip, and newer models support jumper-
  706.   less configuration. The boot arg is of the form:
  707.  
  708.  
  709.   ______________________________________________________________________
  710.           pas16=iobase,irq
  711.   ______________________________________________________________________
  712.  
  713.  
  714.  
  715.   The only difference is that you can specify an IRQ value of 255, which
  716.   will tell the driver to work without using interrupts, albeit at a
  717.   performance loss. The iobase is usually 0x388.
  718.  
  719.  
  720.   4.9.  Seagate ST-0x (`st0x=')
  721.  
  722.  
  723.   The probe code for these SCSI hosts looks for an installed BIOS, and
  724.   if none is present, the probe will not find your card. Or, if the
  725.   signature string of your BIOS is not recognised then it will also not
  726.   be found. In either case, you will then have to use a boot arg of the
  727.   form:
  728.  
  729.  
  730.   ______________________________________________________________________
  731.           st0x=mem_base,irq
  732.   ______________________________________________________________________
  733.  
  734.  
  735.  
  736.   The mem_base value is the value of the memory mapped I/O region that
  737.   the card uses. This will usually be one of the following values:
  738.   0xc8000, 0xca000, 0xcc000, 0xce000, 0xdc000, 0xde000.
  739.  
  740.  
  741.   4.10.  Trantor T128 (`t128=')
  742.  
  743.  
  744.   These cards are also based on the NCR5380 chip, and accept the
  745.   following options:
  746.  
  747.  
  748.   ______________________________________________________________________
  749.           t128=mem_base,irq
  750.   ______________________________________________________________________
  751.  
  752.  
  753.  
  754.   The valid values for mem_base are as follows: 0xcc000, 0xc8000,
  755.   0xdc000, 0xd8000.
  756.  
  757.  
  758.   4.11.  Cards that don't Accept Boot Args
  759.  
  760.  
  761.   At present, the following SCSI cards do not make use of any boot-time
  762.   parameters. In some cases, you can hard-wire values by directly
  763.   editing the driver itself, if required.
  764.  
  765.   Always IN2000, Adaptec aha1740, EATA-DMA, EATA-PIO, Future Domain
  766.   16xx, NCR5380 (generic), NCR53c7xx to NCR53c8xx, Qlogic, Ultrastor
  767.   (incl. u?4f), Western Digital wd7000,
  768.  
  769.  
  770.   5.  Hard Disks
  771.  
  772.  
  773.   This section lists all the boot args associated with standard MFM/RLL,
  774.   ST-506, XT, and IDE disk drive devices.  Note that both the IDE and
  775.   the generic ST-506 HD driver both accept the `hd=' option.
  776.  
  777.  
  778.   5.1.  IDE Disk/CD-ROM Driver Parameters
  779.  
  780.  
  781.   The IDE driver accepts a number of parameters, which range from disk
  782.   geometry specifications, to support for broken controller chips. Drive
  783.   specific options are specified by using one of:
  784.  
  785.   `hda=', `hdb=', `hdc=', or `hdd='.
  786.  
  787.   Non-drive specific options are specified with the prefix `hd='. Note
  788.   that using a drive specific prefix for a non-drive specific option
  789.   will still work, and the option will just be applied as expected.
  790.  
  791.   Also note that `hd=' can be used to refer to the next unspecified
  792.   drive in the (a, b, c, d) sequence.  For the following discussions,
  793.   the `hd=' option will be cited for brevity. Please consult the file
  794.   README.ide in the linux/drivers/block directory if more information is
  795.   required.
  796.  
  797.  
  798.   5.1.1.  The `hd=cyls,heads,sects[,wpcom[,irq]]' options
  799.  
  800.  
  801.   These options are used to specify the physical geometry of the disk.
  802.   Only the first three values are required. The cylinder/head/sectors
  803.   values will be those used by fdisk.  The write precompensation value
  804.   is ignored for IDE disks.  The IRQ value specified will be the IRQ
  805.   used for the interface that the drive resides on, and is not really a
  806.   drive specific parameter.
  807.  
  808.  
  809.   5.1.2.  The `hd=serialize' option
  810.  
  811.  
  812.   The dual IDE interface CMD-640 chip is broken as designed such that
  813.   when drives on the secondary interface are used at the same time as
  814.   drives on the primary interface, it will corrupt your data. Using this
  815.   option tells the driver to make sure that both interfaces are never
  816.   used at the same time. If you only have up to two drives, both on the
  817.   primary interface, then you don't need to use this option.
  818.  
  819.  
  820.   5.1.3.  The `hd=dtc2278' option
  821.  
  822.  
  823.   This option tells the driver that you have a DTC-2278D IDE interface.
  824.   The driver then tries to do DTC specific operations to enable the
  825.   second interface and to enable faster transfer modes.
  826.  
  827.  
  828.   5.1.4.  The `hd=noprobe' option
  829.  
  830.   If a particular drive (e.g. old IDE drive) has problems that are a
  831.   result of being probed, this option can be used to disable the probe.
  832.   An example usage could be:
  833.  
  834.  
  835.   ______________________________________________________________________
  836.           hdb=noprobe hdb=1166,7,17
  837.   ______________________________________________________________________
  838.  
  839.  
  840.  
  841.   which would disable the probe, but still specify the drive geometry so
  842.   that it would be registered as a valid block device, and hence
  843.   useable.
  844.  
  845.  
  846.   5.1.5.  The `hd=nowerr' option
  847.  
  848.  
  849.   Some drives apparently have the WRERR_STAT bit stuck on permanently.
  850.   This enables a work-around for these broken devices.
  851.  
  852.  
  853.   5.1.6.  The `hd=cdrom' option
  854.  
  855.  
  856.   This tells the IDE driver that there is an ATAPI compatible CD-ROM
  857.   attached in place of a normal IDE hard disk. In most cases the CD-ROM
  858.   is identified automatically, but if it isn't then this may help.
  859.   5.2.  Standard ST-506 Disk Driver Options (`hd=')
  860.  
  861.  
  862.   The standard disk driver can accept geometry arguments for the disks
  863.   similar to the IDE driver. Note however that it only expects three
  864.   values (C/H/S) -- any more or any less and it will silently ignore
  865.   you. Also, it only accepts `hd=' as an argument, i.e. `hda=', `hdb='
  866.   and so on are not valid here. The format is as follows:
  867.  
  868.  
  869.   ______________________________________________________________________
  870.           hd=cyls,heads,sects
  871.   ______________________________________________________________________
  872.  
  873.  
  874.  
  875.   If there are two disks installed, the above is repeated with the
  876.   geometry parameters of the second disk.
  877.  
  878.  
  879.   5.3.  XT Disk Driver Options (`xd=')
  880.  
  881.  
  882.   If you are unfortunate enough to be using one of these old 8 bit cards
  883.   that move data at a whopping 125kB/s then here is the scoop.  The
  884.   probe code for these cards looks for an installed BIOS, and if none is
  885.   present, the probe will not find your card. Or, if the signature
  886.   string of your BIOS is not recognised then it will also not be found.
  887.   In either case, you will then have to use a boot arg of the form:
  888.  
  889.  
  890.   ______________________________________________________________________
  891.           xd=type,irq,iobase,dma_chan
  892.   ______________________________________________________________________
  893.  
  894.  
  895.  
  896.   The type value specifies the particular manufacturer of the card, and
  897.   are as follows: 0=generic; 1=DTC; 2,3,4=Western Digital,
  898.   5,6,7=Seagate; 8=OMTI. The only difference between multiple types from
  899.   the same manufacturer is the BIOS string used for detection, which is
  900.   not used if the type is specified.
  901.  
  902.   The xd_setup() function does no checking on the values, and assumes
  903.   that you entered all four values. Don't disappoint it.  Here is an
  904.   example usage for a WD1002 controller with the BIOS disabled/removed,
  905.   using the `default' XT controller parameters:
  906.  
  907.  
  908.   ______________________________________________________________________
  909.           xd=2,5,0x320,3
  910.   ______________________________________________________________________
  911.  
  912.  
  913.  
  914.  
  915.   6.  CD-ROMs (Non-SCSI/ATAPI/IDE)
  916.  
  917.  
  918.   This section lists all the possible boot args pertaining to CD-ROM
  919.   devices. Note that this does not include SCSI or IDE/ATAPI CD-ROMs.
  920.   See the appropriate section(s) for those types of CD-ROMs.
  921.  
  922.  
  923.  
  924.  
  925.   6.1.  The Aztech Interface (`aztcd=')
  926.  
  927.  
  928.   The syntax for this type of card is:
  929.  
  930.  
  931.   ______________________________________________________________________
  932.           aztcd=iobase[,magic_number]
  933.   ______________________________________________________________________
  934.  
  935.  
  936.  
  937.   If you set the magic_number to 0x79 then the driver will try and run
  938.   anyway in the event of an unknown firmware version. All other values
  939.   are ignored.
  940.  
  941.  
  942.   6.2.  The CDU-31A and CDU-33A Sony Interface (`cdu31a=')
  943.  
  944.  
  945.   This CD-ROM interface is found on some of the Pro Audio Spectrum sound
  946.   cards, and other Sony supplied interface cards.  The syntax is as
  947.   follows:
  948.  
  949.  
  950.   ______________________________________________________________________
  951.           cdu31a=iobase,[irq[,is_pas_card]]
  952.   ______________________________________________________________________
  953.  
  954.  
  955.  
  956.   Specifying an IRQ value of zero tells the driver that hardware
  957.   interrupts aren't supported (as on some PAS cards). If your card
  958.   supports interrupts, you should use them as it cuts down on the CPU
  959.   usage of the driver.
  960.  
  961.   The `is_pas_card' should be entered as `PAS' if using a Pro Audio
  962.   Spectrum card, and otherwise it should not be specified at all.
  963.  
  964.  
  965.   6.3.  The CDU-535 Sony Interface (`sonycd535=')
  966.  
  967.  
  968.   The syntax for this CD-ROM interface is:
  969.  
  970.  
  971.   ______________________________________________________________________
  972.           sonycd535=iobase[,irq]
  973.   ______________________________________________________________________
  974.  
  975.  
  976.  
  977.   A zero can be used for the I/O base as a `placeholder' if one wishes
  978.   to specify an IRQ value.
  979.  
  980.  
  981.   6.4.  The GoldStar Interface (`gscd=')
  982.  
  983.  
  984.   The syntax for this CD-ROM interface is:
  985.  
  986.  
  987.   ______________________________________________________________________
  988.           gscd=iobase
  989.   ______________________________________________________________________
  990.  
  991.   6.5.  The Mitsumi Standard Interface (`mcd=')
  992.  
  993.  
  994.   The syntax for this CD-ROM interface is:
  995.  
  996.  
  997.   ______________________________________________________________________
  998.           mcd=iobase,[irq[,wait_value]]
  999.   ______________________________________________________________________
  1000.  
  1001.  
  1002.  
  1003.   The wait_value is used as an internal timeout value for people who are
  1004.   having problems with their drive, and may or may not be implemented
  1005.   depending on a compile time DEFINE.
  1006.  
  1007.  
  1008.   6.6.  The Mitsumi XA/MultiSession Interface (`mcdx=')
  1009.  
  1010.  
  1011.   At present this `experimental' driver has a setup function, but no
  1012.   parameters are implemented yet (as of 1.3.15).  This is for the same
  1013.   hardware as above, but the driver has extended features.
  1014.  
  1015.  
  1016.   6.7.  The Optics Storage Interface (`optcd=')
  1017.  
  1018.  
  1019.   The syntax for this type of card is:
  1020.  
  1021.  
  1022.   ______________________________________________________________________
  1023.           optcd=iobase
  1024.   ______________________________________________________________________
  1025.  
  1026.  
  1027.  
  1028.  
  1029.   6.8.  The Phillips CM206 Interface (`cm206=')
  1030.  
  1031.  
  1032.   The syntax for this type of card is:
  1033.  
  1034.  
  1035.   ______________________________________________________________________
  1036.           cm206=[iobase][,irq]
  1037.   ______________________________________________________________________
  1038.  
  1039.  
  1040.  
  1041.   The driver assumes numbers between 3 and 11 are IRQ values, and
  1042.   numbers between 0x300 and 0x370 are I/O ports, so you can specify one,
  1043.   or both numbers, in any order.  It also accepts `cm206=auto' to enable
  1044.   autoprobing.
  1045.  
  1046.  
  1047.   6.9.  The Sanyo Interface (`sjcd=')
  1048.  
  1049.  
  1050.   The syntax for this type of card is:
  1051.  
  1052.  
  1053.   ______________________________________________________________________
  1054.           sjcd=iobase[,irq[,dma_channel]]
  1055.   ______________________________________________________________________
  1056.  
  1057.   6.10.  The SoundBlaster Pro Interface (`sbpcd=')
  1058.  
  1059.  
  1060.   The syntax for this type of card is:
  1061.  
  1062.  
  1063.   ______________________________________________________________________
  1064.           sbpcd=iobase,type
  1065.   ______________________________________________________________________
  1066.  
  1067.  
  1068.  
  1069.   where type is one of the following (case sensitive) strings:
  1070.   `SoundBlaster', `LaserMate', or `SPEA'.  The I/O base is that of the
  1071.   CD-ROM interface, and not that of the sound portion of the card.
  1072.  
  1073.  
  1074.   7.  Other Hardware Devices
  1075.  
  1076.  
  1077.   Any other devices that didn't fit into any of the above categories got
  1078.   lumped together here.
  1079.  
  1080.  
  1081.   7.1.  Ethernet Devices (`ether=')
  1082.  
  1083.   Different drivers make use of different parameters, but they all at
  1084.   least share having an IRQ, an I/O port base value, and a name. In its
  1085.   most generic form, it looks something like this:
  1086.  
  1087.  
  1088.   ______________________________________________________________________
  1089.           ether=irq,iobase[,param_1[,param_2,...param_8]]],name
  1090.   ______________________________________________________________________
  1091.  
  1092.  
  1093.  
  1094.   The first non-numeric argument is taken as the name.  The param_n
  1095.   values (if applicable) usually have different meanings for each
  1096.   different card/driver.  Typical param_n values are used to specify
  1097.   things like shared memory address, interface selection, DMA channel
  1098.   and the like.
  1099.  
  1100.   The most common use of this parameter is to force probing for a second
  1101.   ethercard, as the default is to only probe for one. This can be
  1102.   accomplished with a simple:
  1103.  
  1104.  
  1105.   ______________________________________________________________________
  1106.           ether=0,0,eth1
  1107.   ______________________________________________________________________
  1108.  
  1109.  
  1110.  
  1111.   Note that the values of zero for the IRQ and I/O base in the above
  1112.   example tell the driver(s) to autoprobe.
  1113.  
  1114.   Note that the Ethernet-HowTo has complete and extensive documentation
  1115.   on using multiple cards and on the card/driver specific implementation
  1116.   of the param_n values where used. Interested readers should refer to
  1117.   the section in that document on their particular card for more
  1118.   complete information.
  1119.  
  1120.  
  1121.  
  1122.  
  1123.   7.2.  The Floppy Disk Driver (`floppy=')
  1124.  
  1125.  
  1126.   There are many floppy driver options, and they are all listed in
  1127.   README.fd in linux/drivers/block. This information is taken directly
  1128.   from that file.
  1129.  
  1130.  
  1131.  
  1132.   7.2.1.  floppy=mask,allowed_drive_mask
  1133.  
  1134.  
  1135.   Sets the bitmask of allowed drives to mask. By default, only units 0
  1136.   and 1 of each floppy controller are allowed. This is done because
  1137.   certain non-standard hardware (ASUS PCI motherboards) mess up the
  1138.   keyboard when accessing units 2 or 3. This option is somewhat
  1139.   obsoleted by the cmos option.
  1140.  
  1141.  
  1142.   7.2.2.  floppy=all_drives
  1143.  
  1144.  
  1145.   Sets the bitmask of allowed drives to all drives. Use this if you have
  1146.   more than two drives connected to a floppy controller.
  1147.  
  1148.  
  1149.   7.2.3.  floppy=asus_pci
  1150.  
  1151.  
  1152.   Sets the bitmask to allow only units 0 and 1. (The default)
  1153.  
  1154.  
  1155.   7.2.4.  floppy=daring
  1156.  
  1157.  
  1158.   Tells the floppy driver that you have a well behaved floppy
  1159.   controller.  This allows more efficient and smoother operation, but
  1160.   may fail on certain controllers. This may speed up certain operations.
  1161.  
  1162.  
  1163.   7.2.5.  floppy=0,daring
  1164.  
  1165.  
  1166.   Tells the floppy driver that your floppy controller should be used
  1167.   with caution.
  1168.  
  1169.  
  1170.   7.2.6.  floppy=one_fdc
  1171.  
  1172.  
  1173.   Tells the floppy driver that you have only floppy controller (default)
  1174.  
  1175.  
  1176.   7.2.7.  floppy=two_fdc or floppy=address,two_fdc
  1177.  
  1178.  
  1179.   Tells the floppy driver that you have two floppy controllers. The
  1180.   second floppy controller is assumed to be at address. If address is
  1181.   not given, 0x370 is assumed.
  1182.  
  1183.  
  1184.   7.2.8.  floppy=thinkpad
  1185.  
  1186.  
  1187.   Tells the floppy driver that you have a Thinkpad. Thinkpads use an
  1188.   inverted convention for the disk change line.
  1189.   7.2.9.  floppy=0,thinkpad
  1190.  
  1191.  
  1192.   Tells the floppy driver that you don't have a Thinkpad.
  1193.  
  1194.  
  1195.   7.2.10.  floppy=drive,type,cmos
  1196.  
  1197.  
  1198.   Sets the cmos type of drive to type.  Additionally, this drive is
  1199.   allowed in the bitmask. This is useful if you have more than two
  1200.   floppy drives (only two can be described in the physical cmos), or if
  1201.   your BIOS uses non-standard CMOS types.  Setting the CMOS to 0 for the
  1202.   first two drives (default) makes the floppy driver read the physical
  1203.   cmos for those drives.
  1204.  
  1205.  
  1206.   7.2.11.  floppy=unexpected_interrupts
  1207.  
  1208.  
  1209.   Print a warning message when an unexpected interrupt is received
  1210.   (default behaviour)
  1211.  
  1212.  
  1213.   7.2.12.  floppy=no_unexpected_interrupts or floppy=L40SX
  1214.  
  1215.  
  1216.   Don't print a message when an unexpected interrupt is received. This
  1217.   is needed on IBM L40SX laptops in certain video modes. (There seems to
  1218.   be an interaction between video and floppy. The unexpected interrupts
  1219.   only affect performance, and can safely be ignored.)
  1220.  
  1221.  
  1222.  
  1223.   7.3.  The Sound Driver (`sound=')
  1224.  
  1225.  
  1226.   The sound driver can also accept boot args to override the compiled in
  1227.   values. This is not recommended, as it is rather complex. It is
  1228.   described in the Readme.Linux file, in linux/drivers/sound. It accepts
  1229.   a boot arg of the form:
  1230.  
  1231.  
  1232.   ______________________________________________________________________
  1233.           sound=device1[,device2[,device3...[,device11]]]
  1234.   ______________________________________________________________________
  1235.  
  1236.  
  1237.  
  1238.   where each deviceN value is of the following format 0xTaaaId and the
  1239.   bytes are used as follows:
  1240.  
  1241.   T - device type: 1=FM, 2=SB, 3=PAS, 4=GUS, 5=MPU401, 6=SB16,
  1242.   7=SB16-MPU401
  1243.  
  1244.   aaa - I/O address in hex.
  1245.  
  1246.   I - interrupt line in hex (i.e 10=a, 11=b, ...)
  1247.  
  1248.   d - DMA channel.
  1249.  
  1250.   As you can see it gets pretty messy, and you are better off to compile
  1251.   in your own personal values as recommended. Using a boot arg of
  1252.   `sound=0' will disable the sound driver entirely.
  1253.  
  1254.  
  1255.   7.4.  The Bus Mouse Driver (`bmouse=')
  1256.  
  1257.  
  1258.   The busmouse driver only accepts one parameter, that being the
  1259.   hardware IRQ value to be used.
  1260.  
  1261.  
  1262.   8.  Closing
  1263.  
  1264.  
  1265.   If you have found any glaring typos, or outdated info in this
  1266.   document, please let me know. It is easy to overlook stuff.
  1267.  
  1268.   Thanks,
  1269.  
  1270.   Paul Gortmaker, Paul.Gortmaker@anu.edu.au
  1271.